@charset "utf-8";
/*
 * 重置浏览器默认样式[代码为less,需要编译为css才可用]
 */
/*基础定义*/
/*Unicode字体编码(微软雅黑) 但是-webkit浏览器认识Unicode字体编码 所以在后面加上 "微软雅黑"*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
*{
 moz-user-select: none;
 webkit-user-select: none;
 ms-user-select: none;
 khtml-user-select: none;
 user-select: none;
}
* {
  word-wrap: break-word;
}
*::-moz-selection {
  background-color: #0074c5;
  color: #fff;
}
*::selection {
  background-color: #0074c5;
  color: #fff;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-family: "5FAE\8F6F\96C5\9ED1", Microsoft YaHei, "微软雅黑";
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
img {
  border: none;
}
input {
  -webkit-appearance: none;
}
input[readonly="readonly"] {
  background-color: #f5f5f5;
}
input:focus {
  outline: none;
}
/*去掉webkit内核浏览器表单记住密码后的黄色*/
input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #333;
}
.top-wrap {
  border-top: 3px solid #1047b5;
  border-bottom: 1px solid #e6eaed;
}
.top-wrap .top {
  width: 1080px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
}
.top-wrap .top .name {
  float: left;
}
.top-wrap .top .name strong {
  font-size: 16px;
  color: #0566b8;
}
.top-wrap .top .side {
  float: right;
}
.top-wrap .top .side a {
  color: #666;
}
.head-wrap .head {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.head-wrap .head .logo {
  float: left;
}
.head-wrap .head .slogan {
  float: left;
}
.head-wrap .head .tel {
  float: right;
}
.nav-wrap {
  background: url("../images/nav-bg.jpg") repeat center center;
}
.nav-wrap .nav {
  width: 1080px;
  margin: 0 auto;
}
.nav-wrap .nav ul {
  overflow: hidden;
}
.nav-wrap .nav ul li {
  float: left;
  width: 154px;
}
.nav-wrap .nav ul li.current {
  background: url("../images/nav-li-current.jpg") repeat center center;
  background-color: #007be3;
}
.nav-wrap .nav ul li.current:hover {
  background: url("../images/nav-li-current.jpg") repeat center center;
  background-color: #007be3;
}
.nav-wrap .nav ul li:hover {
  background: url("../images/nav-li-hover.jpg") repeat center center;
  background-color: #1166c3;
}
.nav-wrap .nav ul li a {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
}
.foot-wrap {
  padding: 40px 0;
  background-color: #2a2e33;
}
.foot-wrap .foot {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.foot-wrap .foot .fnav {
  float: left;
}
.foot-wrap .foot .fnav ul {
  width: 980px;
  overflow: hidden;
}
.foot-wrap .foot .fnav ul li {
  float: left;
  width: 123px;
  margin: 0 40px 0 0;
}
.foot-wrap .foot .fnav ul li > * {
  display: block;
  color: #808080;
}
.foot-wrap .foot .fnav ul li strong {
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #3e403e;
  padding: 0 0 15px 0;
  margin: 0 0 12px 0;
}
.foot-wrap .foot .fnav ul li a {
  font-size: 12px;
  line-height: 26px;
  color: #797c80;
}
.foot-wrap .foot .qrcode {
  float: right;
  width: 94px;
}
.foot-wrap .foot .qrcode > * {
  display: block;
}
.foot-wrap .foot .qrcode img {
  width: 100%;
}
.foot-wrap .foot .qrcode span {
  font-size: 12px;
  padding: 10px 0 0 0;
  text-align: center;
  color: #797c80;
}
.bottom-wrap {
  background-color: #212529;
}
.bottom-wrap .bottom {
  width: 1080px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.bottom-wrap .bottom > * {
  display: block;
  color: #808080;
}
.bottom-wrap .bottom .information {
  float: left;
}
.bottom-wrap .bottom .copyright {
  float: right;
}
.product-wrap .title {
  padding: 50px 0;
  text-align: center;
}
.product-wrap .title > * {
  display: block;
}
.product-wrap .title strong {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
.product-wrap .title span {
  font-size: 16px;
  color: #999;
  padding: 5px 0 0 0;
}
.product-wrap .conts {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.product-wrap .conts .category {
  float: left;
  width: 264px;
}
.product-wrap .conts .category a {
  line-height: 36px;
  height: 36px;
  color: #fff;
  background-color: #0074c5;
  margin: 0 0 21px 0;
  border-radius: 3px;
  padding: 0 0 0 20px;
  display: block;
}
.product-wrap .conts .category a:last-child {
  margin: 0;
}
.product-wrap .conts .product {
  float: right;
  width: 786px;
  overflow: hidden;
}
.product-wrap .conts .product .overbox {
  width: 800px;
  overflow: hidden;
}
.product-wrap .conts .product a {
  float: left;
  width: 250.66666667px;
  border: 1px solid #e5e5e5;
  margin: 0 14px 14px 0;
  display: block;
}
.product-wrap .conts .product a span {
  display: block;
}
.product-wrap .conts .product a .imgbox {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.product-wrap .conts .product a .imgbox .vertical {
  width: 250.66666667px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}
.product-wrap .conts .product a .imgbox .vertical img {
  height: 160px;
  margin: 0 auto;
  display: block;
}
.product-wrap .conts .product a .ptitle {
  text-align: center;
  padding: 10px 0 20px 0;
}
.advantage {
  width: 1080px;
  margin: 0 auto;
}
.advantage .part {
  overflow: hidden;
}
.advantage .part .title {
  float: left;
}
.advantage .part .title strong {
  font-size: 18px;
  color: #333;
}
.advantage .part .title span {
  padding: 15px 0 0 0;
  font-size: 14px;
  display: block;
}
.advantage .part .title span p {
  line-height: 24px;
  color: #333;
}
.advantage .part .reimg {
  float: right;
}
.advantage .part.part1 .title {
  padding: 0 0 0 70px;
  background: url("../images/t01.jpg") no-repeat left top;
}
.advantage .part.part2 {
  padding: 30px 0 30px 0;
}
.advantage .part.part2 .title {
  float: right;
  width: 476px;
  background: url("../images/t02.jpg") no-repeat left 40px;
  padding: 40px 0 0 70px;
}
.advantage .part.part2 .title span {
  padding-bottom: 50px;
}
.advantage .part.part2 .reimg {
  float: left;
}
.advantage .part.part3 .title {
  padding: 0 0 0 70px;
  background: url("../images/t03.jpg") no-repeat left top;
}
.aboutus-wrap .profile {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.aboutus-wrap .profile .videocover {
  position: relative;
  float: left;
  width: 500px;
  height: 310px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
.aboutus-wrap .profile .videocover .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 310px;
  background: url("../images/video-play-icon.png") no-repeat center center;
  z-index: 1;
}
.aboutus-wrap .profile .videocover .imgbox {
  border: 1px solid #e5e5e5;
  height: 310px;
  display: block;
  overflow: hidden;
}
.aboutus-wrap .profile .videocover .imgbox .vertical {
  width: 500px;
  height: 310px;
  display: table-cell;
  vertical-align: middle;
}
.aboutus-wrap .profile .videocover .imgbox .vertical img {
  height: 310px;
  margin: 0 auto;
  display: block;
}
.aboutus-wrap .profile .brief {
  float: right;
  width: 540px;
  background: url("../images/about-brief-bg.jpg") no-repeat left top;
}
.aboutus-wrap .profile .brief > * {
  display: block;
}
.aboutus-wrap .profile .brief strong {
  font-size: 22px;
  color: #0074c5;
  padding: 24px 0 0 0;
}
.aboutus-wrap .profile .brief span {
  font-family: arial;
  font-size: 15px;
  color: #ccc;
  padding: 5px 0 0 0;
}
.aboutus-wrap .profile .brief p {
  line-height: 26px;
  padding: 30px 0 36px 0;
  text-align: justify;
}
.aboutus-wrap .profile .brief a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  color: #666;
  text-align: center;
}
.aboutus-wrap .patent {
  width: 1080px;
  margin: 60px auto;
  overflow: hidden;
}
.aboutus-wrap .patent .overbox {
  width: 1094px;
  overflow: hidden;
}
.aboutus-wrap .patent .overbox a {
  position: relative;
  float: left;
  width: 202.8px;
  height: 250px;
  background-color: #f5f5f5;
  margin: 0 14px 0 0;
  border: 1px solid #e5e5e5;
  display: block;
}
.aboutus-wrap .patent .overbox a .imgbox {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 140px;
  height: 186px;
  margin: 0 0 0 -70px;
  overflow: hidden;
  z-index: 1;
}
.aboutus-wrap .patent .overbox a .imgbox .vertical {
  width: 140px;
  height: 186px;
  display: table-cell;
  vertical-align: middle;
}
.aboutus-wrap .patent .overbox a .imgbox .vertical img {
  height: 186px;
  margin: 0 auto;
  display: block;
}
.aboutus-wrap .patent .overbox a .title {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.aboutus-wrap .patent .overbox a .blk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  display: block;
}
.news-wrap {
  padding: 80px 0;
  background-color: #ededed;
}
.news-wrap .news {
  width: 1080px;
  margin: 0 auto;
}
.news-wrap .news:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news-wrap .news .list {
  position: relative;
  float: left;
  width: 760px;
  margin: -13px 0 0 0;
}
.news-wrap .news .list .bar {
  background: url("../images/news-column-line.jpg") no-repeat left bottom;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.news-wrap .news .list .bar strong {
  float: left;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.news-wrap .news .list .bar .subar {
  float: left;
  padding: 6px 0 0 12px;
}
.news-wrap .news .list .bar .subar a {
  display: inline-block;
  color: #666;
}
.news-wrap .news .list .bar .more {
  float: right;
  color: #666;
  padding: 6px 0 0 0;
}
.news-wrap .news .list ul {
  padding: 30px 0 0 0;
}
.news-wrap .news .list ul li {
  padding: 0 0 20px 0;
}
.news-wrap .news .list ul li:last-child {
  padding: 0;
}
.news-wrap .news .list ul li a {
  display: block;
  overflow: hidden;
}
.news-wrap .news .list ul li a .imgbox {
  float: left;
  width: 220px;
  height: 154px;
  background-color: #fff;
  overflow: hidden;
  display: block;
}
.news-wrap .news .list ul li a .imgbox .vertical {
  width: 220px;
  height: 154px;
  display: table-cell;
  vertical-align: middle;
}
.news-wrap .news .list ul li a .imgbox .vertical img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.news-wrap .news .list ul li a .txtbox {
  float: right;
  width: 510px;
}
.news-wrap .news .list ul li a .txtbox > * {
  display: block;
}
.news-wrap .news .list ul li a .txtbox strong {
  font-size: 16px;
  padding: 10px 0 0 0;
}
.news-wrap .news .list ul li a .txtbox p {
  color: #666;
  text-align: justify;
  line-height: 24px;
  padding: 14px 0 0 0;
}
.news-wrap .news .side {
  position: relative;
  float: right;
  width: 280px;
  height: 390px;
}
.news-wrap .news .side .ebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/exhibition-bg.png") no-repeat center center;
  z-index: 2;
}
.news-wrap .news .side .exh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner-main-wrap {
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0 70px 0;
  overflow: hidden;
}
.inner-main-wrap .column {
  float: left;
  width: 220px;
}
.inner-main-wrap .column .bar {
  padding: 0 0 0 42px;
  height: 60px;
  background: url("../images/column-bar.jpg") no-repeat center center;
  color: #fff;
}
.inner-main-wrap .column .bar > * {
  display: block;
}
.inner-main-wrap .column .bar strong {
  font-size: 16px;
  font-weight: normal;
  padding: 12px 0 0 0;
}
.inner-main-wrap .column .bar span {
  font-size: 11px;
  color: #84c1f4;
  font-family: arial;
  text-transform: uppercase;
}
.inner-main-wrap .column ul {
  padding: 20px 0 0 0;
}
.inner-main-wrap .column ul li {
  background: url("../images/column-list-icon.png") no-repeat 14px center;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 0 42px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
}
.inner-main-wrap .column ul li:last-child {
  border-bottom: none;
}
.inner-main-wrap .column ul li:hover {
  background-color: #f0f3f5;
}
.inner-main-wrap .column ul li.current {
  background: url("../images/column-list-icon-hover.png") no-repeat 14px center;
  background-color: #007be3;
}
.inner-main-wrap .column ul li.current a {
  color: #fff;
}
.inner-main-wrap .column ul li.level2 {
  background: none;
}
.inner-main-wrap .column ul li.level2:hover {
  background-color: #f0f3f5;
}
.inner-main-wrap .column ul li.level2 a {
  color: #666;
}
.inner-main-wrap .column ul li a {
  line-height: 46px;
  display: block;
}
.inner-main-wrap .inner-main {
  float: right;
  width: 799px;
  min-height: 600px;
  border-left: 1px solid #e5e5e5;
  padding: 0 0 0 30px;
  margin: 0 0 0 30px;
}
.inner-main-wrap .inner-main .bar {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.inner-main-wrap .inner-main .bar .guide {
  float: left;
  height: 16px;
  line-height: 16px;
  border-left: 3px solid #0074c5;
  padding: 0 0 0 15px;
  font-weight: bold;
}
.inner-main-wrap .inner-main .bar .location {
  float: right;
  color: #999;
}
.inner-main-wrap .inner-main .container {
  padding: 30px 0 0 0;
  line-height: 26px;
  text-align: justify;
}
.inner-main-wrap .inner-main .container img {
  max-width: 100%;
}
.cm-list-wrap {
  overflow: hidden;
}
.cm-list-wrap ul {
  width: 813px;
  overflow: hidden;
}
.cm-list-wrap ul li {
  float: left;
  width: 257px;
  margin: 0 14px 21px 0;
}
.cm-list-wrap ul li:hover a .imgbox {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  border-color: #0b6fc3;
}
.cm-list-wrap ul li:hover a .title {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  color: #0b6fc3;
}
.cm-list-wrap ul li a {
  display: block;
}
.cm-list-wrap ul li a > * {
  display: block;
}
.cm-list-wrap ul li a .imgbox {
  border: 1px solid #e5e5e5;
  height: 160px;
  overflow: hidden;
}
.cm-list-wrap ul li a .imgbox .vertical {
  width: 257px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}
.cm-list-wrap ul li a .imgbox .vertical img {
  height: 140px;
  margin: 0 auto;
  display: block;
}
.cm-list-wrap ul li a .title {
  text-align: center;
  padding: 10px 0 0 0;
}
.cm-video-list-wrap {
  overflow: hidden;
}
.cm-video-list-wrap ul {
  width: 813px;
  overflow: hidden;
}
.cm-video-list-wrap ul li {
  float: left;
  width: 257px;
  margin: 0 14px 21px 0;
}
.cm-video-list-wrap ul li:hover a .imgbox {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  border-color: #0b6fc3;
}
.cm-video-list-wrap ul li:hover a .title {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  color: #0b6fc3;
}
.cm-video-list-wrap ul li a {
  display: block;
}
.cm-video-list-wrap ul li a > * {
  display: block;
}
.cm-video-list-wrap ul li a .imgbox {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 160px;
  overflow: hidden;
}
.cm-video-list-wrap ul li a .imgbox .vertical {
  width: 257px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
}
.cm-video-list-wrap ul li a .imgbox .vertical img {
  height: 140px;
  margin: 0 auto;
  display: block;
}
.cm-video-list-wrap ul li a .imgbox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  display: block;
  z-index: 1;
}
.cm-video-list-wrap ul li a .imgbox .play img {
  display: block;
}
.cm-video-list-wrap ul li a .title {
  text-align: center;
  padding: 10px 0 0 0;
}
.cm-show-wrap {
  padding: 30px;
}
.cm-show-wrap .topbar {
  position: relative;
}
.cm-show-wrap .topbar .infotxt > * {
  display: block;
}
.cm-show-wrap .topbar .infotxt strong {
  font-weight: normal;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.cm-show-wrap .topbar .infotxt p {
  color: #999;
}
.cm-show-wrap .topbar .share {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  overflow: hidden;
}
.cm-show-wrap .thumb {
  padding: 30px 0 0 0;
}
.cm-show-wrap .thumb .show {
  position: relative;
  border: 1px solid #e5e5e5;
}
.cm-show-wrap .thumb .show .imgbox {
  width: 737px;
  height: 500px;
  overflow: hidden;
}
.cm-show-wrap .thumb .show .imgbox .vertical {
  width: 737px;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
}
.cm-show-wrap .thumb .show .imgbox .vertical img {
  height: 500px;
  display: block;
  margin: 0 auto;
}
.cm-show-wrap .thumb .show .COMSET {
  position: absolute;
  top: 50%;
  margin: -14px 0 0 0;
  cursor: pointer;
}
.cm-show-wrap .thumb .show .COMSET img {
  display: block;
}
.cm-show-wrap .thumb .show .prev {
  position: absolute;
  top: 50%;
  margin: -14px 0 0 0;
  cursor: pointer;
  left: 20px;
}
.cm-show-wrap .thumb .show .prev img {
  display: block;
}
.cm-show-wrap .thumb .show .next {
  position: absolute;
  top: 50%;
  margin: -14px 0 0 0;
  cursor: pointer;
  right: 20px;
}
.cm-show-wrap .thumb .show .next img {
  display: block;
}
.cm-show-wrap .thumb .list {
  width: 100%;
  padding: 10px 0 0 0;
  overflow: hidden;
}
.cm-show-wrap .thumb .list ul {
  width: 747px;
  overflow: hidden;
}
.cm-show-wrap .thumb .list ul li {
  float: left;
  width: 114px;
  margin: 0 10px 0 0;
  cursor: pointer;
  opacity: .66;
}
.cm-show-wrap .thumb .list ul li > * {
  display: block;
}
.cm-show-wrap .thumb .list ul li:hover {
  opacity: 1;
}
.cm-show-wrap .thumb .list ul li.current {
  opacity: 1;
}
.cm-show-wrap .thumb .list ul li.current .imgbox {
  border-color: #ff6c00;
}
.cm-show-wrap .thumb .list ul li .imgbox {
  width: 112px;
  height: 70px;
  border: 2px solid #dbdbdb;
  overflow: hidden;
}
.cm-show-wrap .thumb .list ul li .imgbox .vertical {
  width: 114px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.cm-show-wrap .thumb .list ul li .imgbox .vertical img {
  height: 63px;
  display: block;
  margin: 0 auto;
}
.cm-show-wrap .local {
  padding: 30px 0 0 0;
}
.cm-show-wrap .local span {
  display: block;
  color: #666;
}
.cm-show-wrap .local span a {
  color: #666;
}
.cm-show-wrap .local span a:hover {
  text-decoration: underline;
}
.cm-show-wrap .cpart {
  padding: 30px 0 0 0;
}
.cm-show-wrap .cpart .name {
  font-size: 16px;
  color: #333;
  padding: 0 0 10px 0;
  background: url("../images/show-line.jpg") no-repeat left bottom;
}
.cm-show-wrap .cpart .conts {
  text-align: justify;
  padding: 20px 0 0 0;
}
.cm-show-wrap .cpart .conts.related ul {
  overflow: hidden;
}
.cm-show-wrap .cpart .conts.related ul li {
  float: left;
  width: 245.66666667px;
  list-style: circle inside;
}
.cm-show-wrap .cpart .conts.related ul li a {
  display: inline-block;
}
.cm-album-list-wrap {
  width: 799px;
  margin: 0 auto;
  overflow: hidden;
}
.cm-album-list-wrap ul {
  width: 813px;
  overflow: hidden;
}
.cm-album-list-wrap ul li {
  float: left;
  width: 257px;
  margin: 0 14px 21px 0;
}
.cm-album-list-wrap ul li:hover a .imgbox {
  border-color: #0b6fc3;
}
.cm-album-list-wrap ul li:hover a .title {
  color: #0b6fc3;
}
.cm-album-list-wrap ul li a {
  display: block;
}
.cm-album-list-wrap ul li a > * {
  display: block;
}
.cm-album-list-wrap ul li a .imgbox {
  border: 1px solid #e5e5e5;
  height: 240px;
  overflow: hidden;
}
.cm-album-list-wrap ul li a .imgbox .vertical {
  width: 257px;
  height: 240px;
  display: table-cell;
  vertical-align: middle;
}
.cm-album-list-wrap ul li a .imgbox .vertical img {
  height: 240px;
  margin: 0 auto;
  display: block;
}
.cm-album-list-wrap ul li a .title {
  text-align: center;
  padding: 10px 0 0 0;
}
.cm-album-list2-wrap {
  width: 799px;
  margin: 0 auto;
  overflow: hidden;
}
.cm-album-list2-wrap ul {
  width: 813px;
  overflow: hidden;
}
.cm-album-list2-wrap ul li {
  float: left;
  width: 257px;
  margin: 0 14px 21px 0;
}
.cm-album-list2-wrap ul li:hover a .imgbox {
  border-color: #0b6fc3;
}
.cm-album-list2-wrap ul li:hover a .title {
  color: #0b6fc3;
}
.cm-album-list2-wrap ul li a {
  display: block;
}
.cm-album-list2-wrap ul li a > * {
  display: block;
}
.cm-album-list2-wrap ul li a .imgbox {
  border: 1px solid #e5e5e5;
  height: 170px;
  overflow: hidden;
}
.cm-album-list2-wrap ul li a .imgbox .vertical {
  width: 257px;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
}
.cm-album-list2-wrap ul li a .imgbox .vertical img {
  height: 170px;
  margin: 0 auto;
  display: block;
}
.cm-album-list2-wrap ul li a .title {
  text-align: center;
  padding: 10px 0 0 0;
}
.cm-list-text ul li {
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.cm-list-text ul li:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.cm-list-text ul li .COMSET {
  height: 46px;
  line-height: 46px;
  display: block;
}
.cm-list-text ul li .title {
  height: 46px;
  line-height: 46px;
  display: block;
  float: left;
  background: url("../images/circle.jpg") no-repeat left center;
  padding-left: 18px;
}
.cm-list-text ul li .title a {
  color: #666;
}
.cm-list-text ul li .title a:hover {
  color: #333;
}
.cm-list-text ul li .date {
  height: 46px;
  line-height: 46px;
  display: block;
  float: right;
  color: #999;
}
.cm-list-graphic ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.cm-list-graphic ul li:last-child {
  border-bottom: none;
}
.cm-list-graphic ul li .box {
  position: relative;
  overflow: hidden;
}
.cm-list-graphic ul li .box .img {
  float: left;
  width: 218px;
  height: 138px;
  background-color: #fff;
  display: block;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.cm-list-graphic ul li .box .img .vertical {
  width: 220px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
}
.cm-list-graphic ul li .box .img .vertical img {
  height: 140px;
  margin: 0 auto;
  display: block;
}
.cm-list-graphic ul li .box .text {
  float: left;
  width: 559px;
  padding: 0 0 0 20px;
  display: block;
}
.cm-list-graphic ul li .box .text .title {
  padding-top: 5px;
  display: block;
  font-size: 18px;
  color: #333;
}
.cm-list-graphic ul li .box .text .title a {
  color: #333;
}
.cm-list-graphic ul li .box .text .subtitle {
  display: block;
  color: #999;
  text-align: justify;
  line-height: 24px;
  padding-top: 16px;
}
.cm-content {
  width: 100%;
}
.cm-content .title {
  font-size: 24px;
  padding: 20px 0 0 0;
}
.cm-content .info {
  font-size: 14px;
  color: #999;
  padding: 5px 0 20px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.cm-content .mixcontent {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  padding: 40px 0 0 0;
}
.cm-content .quick {
  margin: 40px 0;
  text-align: left;
}
.cm-content .quick a {
  display: block;
  color: #666;
  line-height: 24px;
}
.cm-content .quick a:hover {
  text-decoration: underline;
}
.player-wrap .title {
  font-size: 24px;
}
.layer-video-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.layer-video-wrap .video-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 19;
}
.layer-video-wrap .video-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 500px;
  margin: -250px 0 0 -400px;
  background-color: #000;
  z-index: 20;
}
.layer-video-wrap .video-box .posbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.layer-video-wrap .video-box .posbox .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: url("../images/video-close-btn.png") no-repeat center center;
  cursor: pointer;
}
